Log method
Sends a message to the VBScript debugging log.
Syntax
Log(Flags As AS_LOG_FLAGS, Message As String, [Source As String])
Parameters
Flags
|
Long integer that represents one or more of the AS_LOG_FLAGS constants.
Note You define the meaning of each of the AS_LOG_FLAGS constants. They are only provided as a convenience for filtering the log and have no other effect than the icons shown for the log entries. Use AS_LF_DEBUG to limit logging to debug mode. Use AS_LF_MASK to combine constants.
|
Message
|
Text to send to the log.
|
Source
|
Optional name of the source of the message.
|
Remarks
Not available in Meridian Power. To configure and view the log, see Debugging VBScript.